return new char[0];
} else {
// we ignore that thing and return it again
return genTag0raw(tag, true, content);
}
}
return mergedScrape(unclosed, new char[0]);
} else {
// we ignore that thing and return it again
return mergedScrape(unclosed, genTag0raw(tag, true, content));
}
}